3.5.63 \(\int \frac {\text {ArcSin}(\frac {x}{a})^{3/2}}{(a^2-x^2)^{3/2}} \, dx\) [463]

Optimal. Leaf size=90 \[ \frac {x \text {ArcSin}\left (\frac {x}{a}\right )^{3/2}}{a^2 \sqrt {a^2-x^2}}-\frac {3 \sqrt {1-\frac {x^2}{a^2}} \text {Int}\left (\frac {x \sqrt {\text {ArcSin}\left (\frac {x}{a}\right )}}{1-\frac {x^2}{a^2}},x\right )}{2 a^3 \sqrt {a^2-x^2}} \]

[Out]

x*arcsin(x/a)^(3/2)/a^2/(a^2-x^2)^(1/2)-3/2*(1-x^2/a^2)^(1/2)*Unintegrable(x*arcsin(x/a)^(1/2)/(1-x^2/a^2),x)/
a^3/(a^2-x^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\text {ArcSin}\left (\frac {x}{a}\right )^{3/2}}{\left (a^2-x^2\right )^{3/2}} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[ArcSin[x/a]^(3/2)/(a^2 - x^2)^(3/2),x]

[Out]

(x*ArcSin[x/a]^(3/2))/(a^2*Sqrt[a^2 - x^2]) - (3*Sqrt[1 - x^2/a^2]*Defer[Int][(x*Sqrt[ArcSin[x/a]])/(1 - x^2/a
^2), x])/(2*a^3*Sqrt[a^2 - x^2])

Rubi steps

\begin {align*} \int \frac {\sin ^{-1}\left (\frac {x}{a}\right )^{3/2}}{\left (a^2-x^2\right )^{3/2}} \, dx &=\frac {x \sin ^{-1}\left (\frac {x}{a}\right )^{3/2}}{a^2 \sqrt {a^2-x^2}}-\frac {\left (3 \sqrt {1-\frac {x^2}{a^2}}\right ) \int \frac {x \sqrt {\sin ^{-1}\left (\frac {x}{a}\right )}}{1-\frac {x^2}{a^2}} \, dx}{2 a^3 \sqrt {a^2-x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.49, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\text {ArcSin}\left (\frac {x}{a}\right )^{3/2}}{\left (a^2-x^2\right )^{3/2}} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[ArcSin[x/a]^(3/2)/(a^2 - x^2)^(3/2),x]

[Out]

Integrate[ArcSin[x/a]^(3/2)/(a^2 - x^2)^(3/2), x]

________________________________________________________________________________________

Maple [A]
time = 0.30, size = 0, normalized size = 0.00 \[\int \frac {\arcsin \left (\frac {x}{a}\right )^{\frac {3}{2}}}{\left (a^{2}-x^{2}\right )^{\frac {3}{2}}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arcsin(x/a)^(3/2)/(a^2-x^2)^(3/2),x)

[Out]

int(arcsin(x/a)^(3/2)/(a^2-x^2)^(3/2),x)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(x/a)^(3/2)/(a^2-x^2)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative e
xponent.

________________________________________________________________________________________

Fricas [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(x/a)^(3/2)/(a^2-x^2)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\operatorname {asin}^{\frac {3}{2}}{\left (\frac {x}{a} \right )}}{\left (- \left (- a + x\right ) \left (a + x\right )\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(asin(x/a)**(3/2)/(a**2-x**2)**(3/2),x)

[Out]

Integral(asin(x/a)**(3/2)/(-(-a + x)*(a + x))**(3/2), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsin(x/a)^(3/2)/(a^2-x^2)^(3/2),x, algorithm="giac")

[Out]

integrate(arcsin(x/a)^(3/2)/(a^2 - x^2)^(3/2), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\mathrm {asin}\left (\frac {x}{a}\right )}^{3/2}}{{\left (a^2-x^2\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(asin(x/a)^(3/2)/(a^2 - x^2)^(3/2),x)

[Out]

int(asin(x/a)^(3/2)/(a^2 - x^2)^(3/2), x)

________________________________________________________________________________________